home *** CD-ROM | disk | FTP | other *** search
/ Champak 26 (Anniversary Edition) / Volume 26 [Anniversary Edition] - JOGO DISK .iso / DEPOSITO / REmovido / Nave / BlobLander.swf / scripts / frame_9 / PlaceObject2_166_41 / CLIPACTIONRECORD onClipEvent(enterFrame).as
Text File  |  2006-06-13  |  169b  |  10 lines

  1. onClipEvent(enterFrame){
  2.    _root.fuel1;
  3.    if(hitTest(_root.ship))
  4.    {
  5.       _root.petrol = 500;
  6.       _root.ship.percentage = 100;
  7.       this.play();
  8.    }
  9. }
  10.